home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- stopSound2()
- case gSection of
- #intro:
- goWhy1()
- end case
- end
-
- on goBack
- stopSound2()
- case gSection of
- #why1:
- goIntro()
- #w1, #w2, #w3, #w4, #w5:
- exitWhy1()
- goIntro()
- end case
- end
-
- on leaveThisMovie
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- stopSound2()
- cursor(4)
- go(1, "Island2")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-